﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #333;
    width: 100%;
    min-width: 1200px;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ab_img{
position:relative;
top:45px;
left:10px;
}

input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
    font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #414446;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.MainContain{ width: 1200px; margin: 0 auto;}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}


/*header*/
.Top{ width: 1200px; margin: 0 auto; height: 100px;}
.Top .logo{ width: 94px; height: 49px; float: left; margin: 21px 0 0;}
.Top .logo img{ width: 94px; height: 49px;}
.MainNav{ float: right; padding: 0 23px 0 0;}
.MainNav li{ list-style: none; float: left;}
.MainNav li a{ color: #333333; font-size: 16px; display: block; padding: 0 2px; line-height: 100px; margin: 0 32px; border-top: 3px solid #ffffff;}
.MainNav li.onnav a,.MainNav li a:hover{ color: #e95513; border-color: #e95513;}

/*Bottom*/
.Bottom{ height: 222px; background: #f9f9f9; text-align: center;}
.Bottom .botnav{ padding:32px 0 25px; display: inline-block;}
.Bottom .botnav a{ color: #333333; font-size: 14px;}
.Bottom .botnav a:hover
{color:#E95513;
    }
.Bottom .botnav em{ color: #cbcbcb; padding: 0 24px; font-style: normal; line-height: 13px;}
.Bottom .bot_icon{ display: inline-block;}
.Bottom .bot_icon li{ float: left; list-style: none; padding: 0 4px;}
.Bottom .bot_icon li a{ display: block; width: 33px; height: 33px; text-indent: -99999em;}
.Bottom .bot_icon .li1 a{ background: url(../Images/bottom_icon.png) no-repeat left top;}
.Bottom .bot_icon .li1 a:hover{ background: url(../Images/bottom_icon2.png) no-repeat left top;}
.Bottom .bot_icon .li2 a{ background: url(../Images/bottom_icon.png) no-repeat -40px top;}
.Bottom .bot_icon .li2 a:hover{ background: url(../Images/bottom_icon2.png) no-repeat -40px top;}
.Bottom .bot_icon .li3 a{ background: url(../Images/bottom_icon.png) no-repeat -81px top;}
.Bottom .bot_icon .li3 a:hover{ background: url(../Images/bottom_icon2.png) no-repeat -81px top;}
.Bottom .copyright{ font-family: "Helvetica"; font-size: 14px; color: #555555; padding: 20px 0 28px; border-bottom: 1px dashed #bebebe;}

/*Banner*/
.Banner{ width: 100%;  height: 480px;}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HELVETICANEUELTPRO-THEX.eot');
    src: local('Helvetica'),
    local('HELVETICANEUELTPRO-THEX'),
    url('../fonts/HELVETICANEUELTPRO-THEX.woff') format('woff'),
    url('../fonts/HELVETICANEUELTPRO-THEX.OTF') format('opentype'),
    url('../fonts/HELVETICANEUELTPRO-THEX.svg#Helvetica') format('svg');
}

/************************新加的2016.7.19********************/
.zhe-tan{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    /*IE8下*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
    position: fixed;
    z-index:1000;
    top:0;
    display: none;
}
.tan{
    width:695px;
    height:315px;
    position:relative;
    top:300px;
    left:0;
    right:0;
    margin:auto;
}
.tan h4{
    background:url("../Images/tan-title.jpg") no-repeat center;
    width:100%;
    height:91px;
}
.tan div{
    background-color:#fff;
    padding-top:78px;
    text-align:center;
    height:143px;
    width:100%;
}
.tan div p{
    font-weight: bold;
    font-size:14px;
    color:#666;
}
.tan div p:first-child{
    margin-bottom:20px;
}
.tan div span{
    display: block;
    font-size:12px;
    color:#FB7A34;
    margin-top:5px;
}
.tan .close{
    position: absolute;
    right:22px;
    top:12px;
}
/*********************************2016.8.2新增   右侧悬浮按钮******************************************/
.rightFix{
    position: fixed;
    right:12px;
    top:200px;
    z-index:100;
}
.rightFix ul{

}
.rightFix ul>li
{
    list-style:none;
    width:67px;
    height:56px;
    margin-bottom:3px;
    /*background-color:#E6E6E6;*/
    position: relative;
    padding-left:10px;
}
.rightFix ul>li>a{
    display: block;
    width:67px;
    height:56px;
}
.rightFix ul>li.li1>a{
    background:url("../Images/right-icon1-h.png") no-repeat center #E6E6E6;
}
.rightFix ul>li.li2>a{
    background:url("../Images/right-icon2-h.png") no-repeat center #E6E6E6;
}
.rightFix ul>li.li3>a{
    background:url("../Images/right-icon3-h.png") no-repeat center #E6E6E6;
}
.rightFix ul>li.on{
    /*background-color:#FF7124;*/
}
.rightFix ul>.li1.on>a{
    background:url("../Images/right-icon1.png") no-repeat center #FF7124;
}
.rightFix ul .li2.on>a{
    background:url("../Images/right-icon2.png") no-repeat center #FF7124;
}
.rightFix ul>.li3.on>a{
    background:url("../Images/right-icon3.png") no-repeat center #FF7124;
}
.rightFix>.li4{
    padding-left:10px;
}
.rightFix>.li4>a{
    display: block;
    width:67px;
    height:46px;
    background:url("../Images/right-icon4.jpg") no-repeat center;
}
.rightFix ul>li>.erweima{
    width:158px;
    height:193px;
    padding:7px 7px 0;
    background-color:#F0F0F0;
    position: absolute;
    left:-172px;
    top:-60px;
    display: none;
}
.rightFix ul>li>.erweima p{
    text-align:center;
    height:42px;
    line-height:42px;
    font-size:16px;
    color:#333;
}
.rightFix ul>.li1 .beside{
    position: absolute;
    background-color:#F0F0F0;
    width:240px;
    left:-258px;
    top:0px;
    padding:9px;
    display: none;
}
.rightFix ul>.li1 .beside .beside_cont {
    width:240px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
}
.rightFix ul .li1 .beside .beside_cont .service {
    border-bottom: 1px solid #D4D3D3;
    background-color: #fff;
}
.rightFix ul .li1 .beside .beside_cont .service h2 {
    font-size: 16px;
    font-weight: normal;
    padding: 12px 5px;
    width: 80px;
    border-bottom: 2px solid #FF7125;
}
.rightFix ul .li1 .beside_cont .info {
    margin-top: 12px;
    overflow: hidden;
}

.rightFix ul .li1 .beside_cont .info form {
    margin-bottom: 15px;
}

.rightFix ul .li1 .beside_cont .info form input {
    display: block;
    width: 157px;
    height: 32px;
    line-height:32px;
    padding: 0px 10px;
    margin:0 auto 7px;
    background-color: #f9f9f9;
}
.rightFix ul .li1 .beside_cont .info form select
{
    width: 177px;
    height: 32px;
    padding: 0px 10px;
    margin-bottom: 7px;
    background-color: #f9f9f9;
}

.rightFix ul .li1 .beside_cont .info textarea {
    display: block;
    background-color: #f9f9f9;
    padding: 10px 10px;
    margin:0 auto 7px;
    width:157px;
    height:40px;
    overflow: auto;
}
.rightFix ul .li1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#414446;
}
.rightFix ul .li1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#414446;
}
.rightFix ul .li1 .beside_cont .info form input:-ms-input-placeholder,
.rightFix ul .li1 .beside_cont .info form textarea:-ms-input-placeholder {
    color: #414446;
}
.rightFix ul .li1 .beside_cont .info form input::-webkit-input-placeholder,
.rightFix ul .li1 .beside_cont .info form textarea::-webkit-input-placeholder {
    color: #414446;
}
.rightFix ul .li1 .beside_cont .info .appoint {
    background-color: #ff7124;
    color: #FFFFFF;
    padding: 8px 58px;
    font-size: 16px;
    line-height: 38px;
}

#showVideo 
{
    position:fixed;
    top:100px;
    width:800px;
    height:600px;
    left:50%;
    background:#FFF;
    margin-left:-400px;
    border:10px solid #FF7124;
    display:none;
    }
#showVideo span 
{
    position:absolute;
    top:10px;
    right:10px;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    z-index:10;
    background:#FFF;
    border-radius:50%;
    display:block;
    cursor:pointer;}

    .banner {
    width: 100%;
    height: 500px;
    background-color: aqua;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.imgbox {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #222222;
    overflow: hidden;
}
.ban {
    position: absolute;
    display: none;
}
.im {
    display: block;
}
.change {
    height: 100px;
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 0.4;
    transition: 0.4s;
    top: 50%;
    margin-top: -50px
}
.change:hover {
    opacity: 1;
}
.pre {
    left: 1%;
}
.next {
    right: 1%;
}
.top_xdd{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #e95513;
    margin-bottom: 13px;
}
.top{
    width:1200px;
    margin: 0 auto;
}
.top_l{
    float: left;
    color: #000;
}
.top_l a{
    color: #000;
}
.top_r{
    float: right;
    color: #000;
}
.top_r a{
    color: #000;
}
.top_r span{
    color: #fff!important;
}
.fuwu_xdd{
    width: 100%;
}
.fuwu{
    width: 1180px;
    margin: 0 auto;
}
.fuwu ul li{
    width: 360px;
height:300px;
}
.fuwu ul{
    margin: 0;
    padding: 0;
    margin-top:10px;
    display: flex;
    list-style: none;
    justify-content:space-between;
    flex-flow: row wrap;
}
.fuwu_con{
    background: #ff8e15;
    color: #fff;
    line-height: 28px;
    padding: 16px 0 15px;
    text-align:center;
}
.fuwu_con p{
    color: #fff;
}
.fuwu_con a{
    color: #fff;
}
.price{
    float: left;
}
.yuding{
    float: right;
}
.fwd{
    height: 24px;
    width: 313px;
    margin: 0 auto;
}
.fuwu li{
    margin-bottom: 70px;
}
.yuding{
    background: #fff;
    border-radius: 5px;
}
.yuding a{
    padding: 2px 10px;
    color: #ff8e15;
}
.more{
    text-align: center;
}
.more a{
    background: #f6f6f6;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 12px;
    border:1px solid #ccc;
}
.customer_xdd{
    width: 100%;
    height: 770px;
    background: url("../Images/kehu.jpg") no-repeat center;
}
.customer{
    width: 1180px;
    margin:0 auto;
    padding: 60px 0 110px 0;
}
.ys_con{
    float: left;
    width: 730px;
    height: 360px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 120px;
    position: relative;
    margin-bottom: 50px;
}
.ys_con p{
    padding: 50px;
    text-indent: 2em;
    line-height: 30px;
    font-weight: bold;
    font-size:25px;
}
.ys_img{
    position: absolute;
    top: -13px;
    left: 92px;
}
.ys_name{
    float: left;
    margin-top: 43px;
    width: 498px;
    text-align: center;
}
.ys_name a{
    font-size: 20px;
    font-weight: bold;
}
.ys_name span{
    color: #b3b3b3;
    padding-left: 10px;
}
.shu{
    float: left;
    background: #e95513;
    padding: 9px 21px;
    border-radius: 12px; 
}
.shu a{
    color: #fff;
    font-size: 14px;
}
.ys_xx{
    float: left;
    padding-left: 24px;
    color: #b3b3b3;
}
.yu{
    float: left;
    background: #e95513;
    padding: 9px 21px;
    border-radius: 12px; 
}
.yu a{
    color: #fff;
    font-size: 14px;
}
.jianshu{
    margin-top: 52px;
}
.jianshu li{
    padding-left: 48px;
    margin-bottom: 46px;
    overflow: hidden;
}
.ys_py{
    float: left;
    padding-left: 24px;
    width: 490px;
    color: #b3b3b3;
}
.star{
    float: right;
}
.ys{
    float: right;
    margin-top: 120px;
}
.ys li{
    background: #fff;
    width: 348px;
    height: 115px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px #ccc;
}
.ys li.cur{
   background: #e95513; 
}
.y_img{
    float: left;
    padding-left: 55px;
    width: 106px;
    margin-top: 20px;
}
.y_name{
    float: left;
    margin-top: 30px;
}
.ys li.cur .y_name a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.ys li.cur .y_name p{
    color: #fff;
    margin-top: 14px;
}
.ys li .y_name a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.ys li .y_name p{
    color: #8c8c8c;
    margin-top: 14px;
}
.ok{
    position: relative;
}
.count{
    position: absolute;
    right: 7px;
    top: 0px;
    font-size: 30px;
    font-style: italic;
    color: #eaeaea;
}
.bottom_xdd{
    width: 100%;
    background: #fff;
}
.bottom{
    width: 1180px;
    margin:0 auto;
    height: 414px;
}
.ewm{
    float: left;
    margin-top: 65px;
}
.ewm p{
    text-align: center;
    margin-top: 10px;
}
.ewm li{
    float: left;
    padding-right: 20px;
}
.d_nav{
    float: right;
    margin-top: 65px;
}
.d_nav ul{
   margin: 0;
   padding: 0;
   display: flex;
   list-style: none;
   justify-content:space-between;
   flex-flow: row wrap;
   clear: both;
}
.d_nav li{
    padding: 0 52px;
}
.d_nav li>a{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #e95513;
    padding-bottom: 10px;
}
.d_nav li>dl{
    margin-top: 32px;
    line-height: 30px;
    text-align: center;
}
.tel{
    margin-left: 47px;
    margin-bottom: 53px;
}
.tel span{
    font-size: 16px;
    font-weight: bold;
    top: 2px;
    left: 9px;
    position: relative;
}
.link{
    width: 1180px;
    margin:0 auto;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 12px;
}
.link_img{
    float: left;
}
.link_con{
    float: right;
}
.link_con li{
    float: left;
    padding: 0 17px;
}
.link_img p{
    margin-top: 8px;
}
.copy{
    margin-top: 20px;
    color: #adadad;
}
.banner_n{
    width: 100%;
}
.banner_n img{
    max-width: 100%;
    height: auto;
    display: block;
}
.mbx_xdd{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e9e9e9;
}
.mbx{
    width: 1200px;
    margin: 0 auto;
}
.mbx_txt{
    float: left;
    font-size: 14px;
}
.mbx_txt a{
    font-size: 14px;
}
.about_n{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ab_title{
    text-align: center;
    font-size: 24px;
}
.about_n p{
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
}
.pro_con{
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
}
.main{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.fenlei{
    margin:0 auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: #ddd 1px solid;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.fenlei a{
width:200px;
height:100px;
    padding: 10px 25px;
    font-size: 16px;
    background-color: #e95513;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.5s;
    color: #fff;
    border-radius: 19px;
}
.miaoshu{
    text-indent: 2em;
    margin: 18px 0;
}
.ProductList{
    /*margin-top: 30px;*/
}
.ProductList ul{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.ProductList ul li{
    float: left;
    padding: 10px 10px;
    text-align: center;
}
.ProductList ul li a{
    line-height: 30px;
    font-size: 14px;
}
.pro_img{
    width: 230px;
    height: 170px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.pro_img img{
    padding: 5px;
    width: 220px;
    height: 160px;
}
.pages{
    text-align:center;
    margin-top: 20px;
    margin-bottom:20px;
}
.pages ul li{
    display: inline-block;
}
.pages ul li a{
    display: block;
    padding: 10px 20px;
    background: #ff6e00;
    color: #fff;
}
.news_main{
    margin-top: 20px;
}
.news_main ul li{
    border-bottom: #CCCCCC 1px dotted;
    background: url(../images/newslist.jpg) top left no-repeat;
    text-indent: 35px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.news_title{
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}
.news_title a{
    transition: 0.5s;
}
.news_title a:hover{
    color: #ff6501;
}
.news_title span{
    float: right;
}
.news_text p{
    line-height: 25px;
    margin-top: 8px;
    color: #818181;
    font-size: 14px;
}
.news_text a{
    color: #ff6501;
}
.con_main{
    width: 1200px;
    margin:0 auto;
    margin-bottom:24px;
    overflow: hidden;
}
.con_title{
    text-align: center;
    font-size: 30px;
    color: #666;
    margin-top: 30px;
    transition: 0.5s;
    cursor: pointer;
}
.con_title:hover{
    color: #ff6501;
}
.main_con{
    width: 100%;
    margin-top: 20px;
}
.con_l{
    float: left;
}
.con_l p{
    line-height: 30px;
    font-size: 14px;
font-size:23px;


}
.con_r{
    float: right;
}
.cp_main{
    width: 1200px;
    margin:0 auto;
    margin-top: 40px;
}
.title{
    text-align: center;
}
.time{
    text-align: center;
}
.cp_container{
    margin: 10px 0;
}
.xx_img{
    text-align: center;
    margin-bottom: 10px;
}
.xgxw span{
    float: right;
}
.xgxw ul li{
    float: left;
    width: 48%;
    padding-right: 1%;
}
.xgcp ul{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.xgcp ul li{
    float: left;
    
}
.xg_name{
    text-align: center;
}
.hg{
    line-height: 30px;
}
.logo img{
    position: relative;
    /* right: 300px; */
    height: 49px;
    top: 14px;
    line-height: 52px;
}
.copy{
    color: #414446;
}
.copy a{
    color: #414446;
}
.mapsite img{
	max-width: none;
}